(command-line-1): Pass arg to other-window.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 22:34:54 +0000 (22:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 22:34:54 +0000 (22:34 +0000)
lisp/startup.el

index fa38680d41577928b7129e4d377e5107c2b6bd8b..49a423f8a7aeabd26ce95bdd6303b0bd69ebe50c 100644 (file)
@@ -403,7 +403,7 @@ Type \\[describe-distribution] for information on getting the latest version."))
       ;; show user what they all are.
       (if (> file-count 2)
          (or (get-buffer-window first-file-buffer)
-             (progn (other-window)
+             (progn (other-window 1)
                     (buffer-menu)))))))
 
 ;;; startup.el ends here